-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iox-#2044 Refactor fixed position container and move to dust #2051
iox-#2044 Refactor fixed position container and move to dust #2051
Conversation
b47edcf
to
b20e077
Compare
@FerdinandSpitzschnueffler @mossmaurice @dkroenke @MatthiasKillat @elfenpiff @budrus feel free to add yourself as reviewer During the rewrite of the |
29dedf0
to
2ad2e5a
Compare
9c860b0
to
b0c2b66
Compare
3b56e28
to
91ec2be
Compare
b0c2b66
to
d9c3857
Compare
d9c3857
to
66d544d
Compare
Codecov Report
@@ Coverage Diff @@
## master #2051 +/- ##
==========================================
+ Coverage 74.44% 80.20% +5.76%
==========================================
Files 417 419 +2
Lines 15986 16148 +162
Branches 2272 2291 +19
==========================================
+ Hits 11900 12952 +1052
+ Misses 3304 2380 -924
- Partials 782 816 +34
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, only some nitpicks.
Pre-Review Checklist for the PR Author
iox-123-this-is-a-branch
)iox-#123 commit text
)task-list-completed
)iceoryx_hoofs
are added to./clang-tidy-diff-scans.txt
Notes for Reviewer
I'm currently trying to replace the keep-alive mechanism from an IPC message to a timestamp in the shared memory. This is another preparatory PR which adds a
FixedPositionContainer
to replace the current stop gap solution.I also noticed that the
dust
tests were not running in the CI and added them.Checklist for the PR Reviewer
iceoryx_hoofs
have been added to./clang-tidy-diff-scans.txt
Post-review Checklist for the PR Author
References